{ "version": 4, "terraform_version": "1.6.2", "serial": 279, "lineage": "767b03a0-4d33-f0e7-6165-002402efb9b1", "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-fbe026609bca71503", "ami": "ami-89825c65", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3345230d"], "subnet_id": "subnet-a3e1db8a", "key_name": "prod-deploy-key" } } ] } ] }