{ "version": 4, "terraform_version": "1.5.0", "serial": 163, "lineage": "6a291083-9b5b-2191-1639-dfdce837c185", "outputs": { "db_endpoint": { "value": "db-0.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-ca11d511f0d3ce017", "ami": "ami-4c661903", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-19f94eda"], "subnet_id": "subnet-1749c8c3", "key_name": "prod-deploy-key" } } ] } ] }