{ "version": 4, "terraform_version": "1.8.6", "serial": 589, "lineage": "d0bcf4db-156f-94d4-3e91-58c4afde925c", "outputs": { "db_endpoint": { "value": "db-2.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-fa7bca4a0d8e87f55", "ami": "ami-6272928b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8d979bd5"], "subnet_id": "subnet-3de76fe0", "key_name": "prod-deploy-key" } } ] } ] }