{ "version": 4, "terraform_version": "1.5.5", "serial": 197, "lineage": "51eb2e17-f73c-c8d1-06fb-3225297c32de", "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-1e7486d0d684b197d", "ami": "ami-a07d77ab", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bd60f0a1"], "subnet_id": "subnet-dcc59f52", "key_name": "prod-deploy-key" } } ] } ] }