{ "version": 4, "terraform_version": "1.7.9", "serial": 488, "lineage": "948e7636-2608-04b2-3495-3f15e3f9a586", "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-72a2dd3c4f5211d35", "ami": "ami-de0f7d1f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dff176c0"], "subnet_id": "subnet-cccda188", "key_name": "prod-deploy-key" } } ] } ] }