{ "version": 4, "terraform_version": "1.6.6", "serial": 468, "lineage": "7ecdb47c-f403-5a8e-2d48-6bfd15f937ae", "outputs": { "db_endpoint": { "value": "db-3.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-82171f12ab39ffede", "ami": "ami-7633c258", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-60c1eb1f"], "subnet_id": "subnet-d47f4518", "key_name": "prod-deploy-key" } } ] } ] }