{ "version": 4, "terraform_version": "1.5.0", "serial": 266, "lineage": "852ab75d-81ec-3f19-520a-926890cd0cf7", "outputs": { "db_endpoint": { "value": "db-2.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-0bfe192aaea92ba48", "ami": "ami-7a69f561", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c665c78e"], "subnet_id": "subnet-953bad09", "key_name": "prod-deploy-key" } } ] } ] }