{ "version": 4, "terraform_version": "1.7.6", "serial": 416, "lineage": "5bce7b78-dda2-a9ed-d275-ed2c8c544125", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-032a67edb1f814f04", "ami": "ami-d0acf26b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ee74e7e8"], "subnet_id": "subnet-ec13f831", "key_name": "prod-deploy-key" } } ] } ] }