{ "version": 4, "terraform_version": "1.5.2", "serial": 403, "lineage": "bdce3263-6929-34a9-604b-b003b911d040", "outputs": { "db_endpoint": { "value": "db-1.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-bde966f269f9bc942", "ami": "ami-b31d536e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e0b1d2d1"], "subnet_id": "subnet-baaa500f", "key_name": "prod-deploy-key" } } ] } ] }