{ "version": 4, "terraform_version": "1.6.9", "serial": 186, "lineage": "2afa1a68-753e-5e1a-28a5-75516033fa58", "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-c3680287ddb6dadb5", "ami": "ami-e90d18e7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4e0805c8"], "subnet_id": "subnet-346a75b8", "key_name": "prod-deploy-key" } } ] } ] }