{ "version": 4, "terraform_version": "1.5.2", "serial": 464, "lineage": "59fcd2d1-97ec-6adf-1b1d-de477b3b5920", "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-9877b88d135deb99c", "ami": "ami-cfdb3bf2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9c14271e"], "subnet_id": "subnet-540c6993", "key_name": "prod-deploy-key" } } ] } ] }