{ "version": 4, "terraform_version": "1.7.8", "serial": 504, "lineage": "59292e3f-b39a-5dea-b8ad-e85c4feab3c8", "outputs": { "db_endpoint": { "value": "db-0.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-4b00755b9f9e14240", "ami": "ami-a367d378", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7f58513a"], "subnet_id": "subnet-50e34d97", "key_name": "prod-deploy-key" } } ] } ] }