{ "version": 4, "terraform_version": "1.8.4", "serial": 251, "lineage": "0852f147-4ac8-1f3b-a7d1-03e6f9c3d70f", "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-e07322ca007325814", "ami": "ami-85ca3da6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-01a479b5"], "subnet_id": "subnet-36bd6bc3", "key_name": "prod-deploy-key" } } ] } ] }