{ "version": 4, "terraform_version": "1.6.6", "serial": 418, "lineage": "ceaf8947-2d37-a564-005c-e4f4112754e2", "outputs": { "db_endpoint": { "value": "db-1.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-79a3de4d409f9246e", "ami": "ami-2ae193cc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-dbe07165"], "subnet_id": "subnet-73c6904a", "key_name": "prod-deploy-key" } } ] } ] }