{ "version": 4, "terraform_version": "1.6.7", "serial": 298, "lineage": "1cea0b86-5ca0-8f4c-d6ba-4cb925c0c501", "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-904c1f308ee6abd89", "ami": "ami-556fbfdd", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0cb2f9a6"], "subnet_id": "subnet-579f60db", "key_name": "prod-deploy-key" } } ] } ] }