{ "version": 4, "terraform_version": "1.7.8", "serial": 582, "lineage": "412f0f94-9d31-f97a-01aa-e24abeaf254d", "outputs": { "db_endpoint": { "value": "db-3.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-e2fbb42f14084f484", "ami": "ami-9f3c6a47", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6ec11fa5"], "subnet_id": "subnet-213f8feb", "key_name": "prod-deploy-key" } } ] } ] }