{ "version": 4, "terraform_version": "1.8.2", "serial": 264, "lineage": "86fa14f6-7703-1cda-ed94-6e389f69a31f", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-3c392afc55acd5382", "ami": "ami-2cb004ef", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-003de86e"], "subnet_id": "subnet-36cfef64", "key_name": "prod-deploy-key" } } ] } ] }