{ "version": 4, "terraform_version": "1.7.2", "serial": 286, "lineage": "4a4adea6-516d-bfe5-7e5a-00996d8e3c1e", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-6341f4781ab9cbc2d", "ami": "ami-f4276b94", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-679c8906"], "subnet_id": "subnet-72f86bff", "key_name": "prod-deploy-key" } } ] } ] }