{ "version": 4, "terraform_version": "1.5.2", "serial": 475, "lineage": "d5941602-21a6-7f5e-5f31-1c5547fd76c1", "outputs": { "db_endpoint": { "value": "db-4.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-cc0f98b615427ac5f", "ami": "ami-0697f407", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-911ec64e"], "subnet_id": "subnet-e60b3e68", "key_name": "prod-deploy-key" } } ] } ] }