{ "version": 4, "terraform_version": "1.8.2", "serial": 177, "lineage": "3770fa95-78e3-088d-3f30-650edea3d362", "outputs": { "db_endpoint": { "value": "db-4.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-6da2a24ca9a52b1de", "ami": "ami-3c777844", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e7ac4e0b"], "subnet_id": "subnet-a1c10fe9", "key_name": "prod-deploy-key" } } ] } ] }