{ "version": 4, "terraform_version": "1.8.0", "serial": 573, "lineage": "9ea992e2-2983-f0bb-2dce-8e9e60c51c72", "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-818497151d0329c01", "ami": "ami-a7ebf220", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9523f8c6"], "subnet_id": "subnet-142cb181", "key_name": "prod-deploy-key" } } ] } ] }