{ "version": 4, "terraform_version": "1.7.0", "serial": 162, "lineage": "f5327f5b-e3d0-642a-9e1b-f6faf6dbc114", "outputs": { "db_endpoint": { "value": "db-1.eu-west-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-0710b2b477bd453c6", "ami": "ami-fb71d306", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-277c2428"], "subnet_id": "subnet-e7d7337c", "key_name": "prod-deploy-key" } } ] } ] }