{ "version": 4, "terraform_version": "1.7.0", "serial": 501, "lineage": "b259d05d-97be-61fb-a66c-357f00b148ac", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-17f4d30bc30f2b6c7", "ami": "ami-d7788315", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d72d4266"], "subnet_id": "subnet-ce29290e", "key_name": "prod-deploy-key" } } ] } ] }