{ "version": 4, "terraform_version": "1.8.5", "serial": 571, "lineage": "de487bad-5afa-4740-11e7-c34f276db527", "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-c65e635187cce6b7d", "ami": "ami-3225b393", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-774a0d11"], "subnet_id": "subnet-fb40e34e", "key_name": "prod-deploy-key" } } ] } ] }