{ "version": 4, "terraform_version": "1.7.9", "serial": 413, "lineage": "9e53e264-2884-42ab-573e-38db29bcd2b5", "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-b0e17fef507a256f2", "ami": "ami-f12558a5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b6f05fe9"], "subnet_id": "subnet-b392e24e", "key_name": "prod-deploy-key" } } ] } ] }