{ "version": 4, "terraform_version": "1.7.6", "serial": 359, "lineage": "46239d98-187c-3864-d280-db9f64e0807c", "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-ca9ec12b1e0f75d30", "ami": "ami-ed2656df", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8fa2be9c"], "subnet_id": "subnet-5d2a51ae", "key_name": "prod-deploy-key" } } ] } ] }