{ "version": 4, "terraform_version": "1.5.8", "serial": 587, "lineage": "71acfd02-25e5-d997-f419-9f71292a9fcb", "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-7b4117323d6681060", "ami": "ami-350eea8e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9dc73d0d"], "subnet_id": "subnet-a10a810a", "key_name": "prod-deploy-key" } } ] } ] }