{ "version": 4, "terraform_version": "1.5.1", "serial": 163, "lineage": "e5ce96bf-0104-7e37-44c4-7f64cffada50", "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-aa803f2de48878750", "ami": "ami-dd1f0b8f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-99dbf67c"], "subnet_id": "subnet-7d0af8bf", "key_name": "prod-deploy-key" } } ] } ] }