{ "version": 4, "terraform_version": "1.5.2", "serial": 238, "lineage": "5914a85f-ab37-17e3-965b-b594de834bb9", "outputs": { "db_endpoint": { "value": "db-2.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-7d15f77f79f34b29f", "ami": "ami-3d87ae9c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9246642e"], "subnet_id": "subnet-d5cacb52", "key_name": "prod-deploy-key" } } ] } ] }